Telegram Group & Telegram Channel
40. Star Pattern 5.

class StarPattern5
{

public static void main(String arg[])
{

for (int i = 1; i <= 5; i++)
{

for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

for (int i = 1; i <= 5; i++)
{

for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}
}
}

@java_codings



tg-me.com/java_codings/53
Create:
Last Update:

40. Star Pattern 5.

class StarPattern5
{

public static void main(String arg[])
{

for (int i = 1; i <= 5; i++)
{

for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

for (int i = 1; i <= 5; i++)
{

for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}
}
}

@java_codings

BY Advance Java πŸ‘¨β€πŸ’»


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/java_codings/53

View MORE
Open in Telegram


Advance Java ‍ Telegram | DID YOU KNOW?

Date: |

A Telegram spokesman declined to comment on the bond issue or the amount of the debt the company has due. The spokesman said Telegram’s equipment and bandwidth costs are growing because it has consistently posted more than 40% year-to-year growth in users.

Advance Java ‍ from hk


Telegram Advance Java πŸ‘¨β€πŸ’»
FROM USA